home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 2 / Gold Medal Software Volume 2 (Gold Medal) (1994).iso / bbsutils / tb502man.arj / P95 < prev    next >
Text File  |  1994-02-13  |  2KB  |  64 lines

  1.  
  2.  
  3.  
  4.  
  5.      The TriBBS Bulletin Board System                                    95
  6.  
  7.                                SPECIAL BATCH FILES
  8.                                -------------------
  9.  
  10.      TriBBS runs a number of batch files that allow you to run doors and
  11.      perform maintenance routines at certain desirable times.
  12.  
  13.  
  14.      NDLOGON.BAT
  15.      -----------
  16.  
  17.      If it exists, the NDLOGON.BAT file is called by TriBBS just after the
  18.      caller logs on.  You should note that TriBBS does not create any door
  19.      data files for this batch file.  You should note that you do not need
  20.      a call to BOARD.BAT at the end of NDLOGON.BAT.
  21.  
  22.  
  23.      NEWUSER.BAT
  24.      -----------
  25.  
  26.      If it exists, the NEWUSER.BAT file is called by TriBBS just before the
  27.      bulletin menu is displayed providing it is the caller's first call. 
  28.      Before exiting from memory, TriBBS will generate all of its possible
  29.      door data files.
  30.  
  31.  
  32.      SECn.BAT
  33.      --------
  34.  
  35.      If it exists, SECn.BAT (where "n" is the caller's security level) is
  36.      called by TriBBS just before the bulletin menu is displayed.  Before
  37.      exiting from memory, TriBBS will generate all of its possible door
  38.      data files.
  39.  
  40.  
  41.      LOGON.BAT
  42.      ---------
  43.  
  44.      If it exists, LOGON.BAT is called by TriBBS just before the bulletin
  45.      menu is displayed.  Before exiting from memory, TriBBS will generate
  46.      all of its possible door data files.
  47.  
  48.  
  49.      UPLOAD.BAT
  50.      ----------
  51.  
  52.      If it exists, UPLOAD.BAT is called by TriBBS just after a file is
  53.      uploaded and before it is optionally scanned for viruses.  TriBBS will
  54.      pass the uploaded file's complete path name as UPLOAD.BAT's first
  55.      parameter and the uploaded file's extension as UPLOAD.BAT's second
  56.      parameter.  This batch file is very handy for stripping comments from
  57.      or recommenting archives.  You should note that you do not need a call
  58.      to BOARD.BAT at the end of an UPLOAD.BAT file.
  59.  
  60.  
  61.  
  62.  
  63.  
  64.